home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-1.iso / Files / Util / M / MacDOS 3.0.sit / MacDOS 3.0 ƒ / executables / MacDOS 3.0.rsrc / TEXT_174_SHOW.txt < prev    next >
Encoding:
Text File  |  1995-04-09  |  432 b   |  12 lines

  1. Retrieves the message corresponding to an error code.
  2.  
  3. SHOW err [var]
  4.  
  5.   err   is the error code for which the message should be displayed
  6.   var   is the variable where SHOW stores the message. If 'var' is
  7.         missing, SHOW displays the message on the screen.
  8.  
  9. If no message can be found, SHOW returns the parameter err itself.
  10. As additional parameters are ignored, SHOW can also be used to
  11. select the first word of a sentence.
  12.